home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj009.zip / TOOLBAR.ZIP / TOOLTST2.TB < prev    next >
Text File  |  1992-04-29  |  597b  |  32 lines

  1. TOOLBAR "tooltest2"
  2. ORIENT HORIZONTAL
  3. CELLSIZE 23, 23            # uses smaller sized tools
  4. MASTERCELLS 2, 2
  5. SLAVECELLS 2, 2
  6. BEGIN
  7.     TOOLSET 1
  8.     BEGIN
  9.         MASTERTOOL "smile"
  10.         BEGIN
  11.             TOOL "smileb", 101
  12.             TOOL "smiler", 102
  13.             TOOL "smilep", 103
  14.             TOOL "smileh", 104
  15.         END
  16.         MASTERTOOL "desktop"
  17.         BEGIN
  18.             TOOL "phone", 201
  19.             TOOL "pencil", 202
  20.             TOOL "paper", 203
  21.             TOOL "clock", 204
  22.         END
  23.         MASTERTOOL "dead"
  24.         BEGIN
  25.             TOOL "rainbow", 301
  26.             TOOL "peace", 302
  27.             TOOL "smileh", 303
  28.             TOOL "space", 304
  29.         END
  30.         TOOL "construct", 401
  31.     END # end toolset
  32. END # end toolbar